type github.com/google/go-cmp/cmp.textList
21 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L138: var list textList
report_compare.go#L236: var list textList
report_compare.go#L282: var list textList
report_references.go#L121: case textList:
report_reflect.go#L185: var list textList
report_reflect.go#L232: var list textList
report_reflect.go#L265: var list textList
report_reflect.go#L336: var list textList
report_slices.go#L158: var list textList
report_slices.go#L194: var list2 textList
report_slices.go#L360: ) (list textList) {
report_text.go#L141: type textList []textRecord
report_text.go#L153: func (s *textList) AppendEllipsis(ds diffStats) {
report_text.go#L168: func (s textList) Len() (n int) {
report_text.go#L182: func (s1 textList) Equal(s2 textNode) bool {
report_text.go#L183: if s2, ok := s2.(textList); ok {
report_text.go#L198: func (s textList) String() string {
report_text.go#L202: func (s textList) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) {
report_text.go#L203: s = append(textList(nil), s...) // Avoid mutating original
report_text.go#L238: func (s textList) formatExpandedTo(b []byte, d diffMode, n indentMode) []byte {
report_text.go#L312: func (s textList) alignLens(
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)